home *** CD-ROM | disk | FTP | other *** search
/ Enter 2005 August / EnterCD 08_2005.iso / boot / menus / hdd4.scn < prev    next >
Encoding:
Text File  |  2005-04-27  |  3.5 KB  |  63 lines

  1. #
  2. # Hard Disk Tools #4
  3. #
  4. hdd4_menu:
  5. set textColor = color[white on black]
  6. clear
  7. set textColor = color[yellow on blue]
  8. print "                            ULTIMATE BOOT CD VER 3.3                            "
  9. print "                         http://www.ultimatebootcd.com/                         "
  10. print "                                                                                "
  11. set textColor = color[white on red]
  12. print "                             [Hard Disk Tools 4/5]                              "
  13. set textColor = color[white on cyan]
  14. print "                                                                                "
  15. set textColor = color[yellow on cyan]
  16. print " Hard Disk Device Management                                                    "
  17. set textColor = color[white on cyan]
  18. print "                                                                                "
  19. set textColor = color[grey on cyan]
  20. print " -- IBM/Hitachi --                      -- Seagate --                           "
  21. set textColor = color[white on cyan]
  22. print " [F1] Feature Tool V1.97                [F2] UATA100 V3.06                      "
  23. print "                                                                                "
  24. set textColor = color[grey on cyan]
  25. print " -- Maxtor --                           -- Western Digital --                   "
  26. set textColor = color[white on cyan]
  27. print " [F3] AMSET V4.00                       [F5] Ultra ATA Manager (June, 2003)     "
  28. print " [F4] MAXLLF V1.1                                                               "
  29. print "                                                                                "
  30. set textColor = color[grey on cyan]
  31. print " -- Others --                                                                   "
  32. set textColor = color[white on cyan]
  33. print " [F6] ATA Password Tool V1.1                                                    "
  34. print " [F7] SMARTUDM V2.00                                                            "
  35. print " [F8] ATAINF V1.3                                                               "
  36. print "                                                                                "
  37. print "                                                                                "
  38. print "                                                                                "
  39. print "                                                                                "
  40. print "                                                                                "
  41. set textColor = color[white on blue]
  42. print "    Left/right arrow key for previous/next screen. ESC returns to main menu.    "
  43. set textColor = color[white on black]
  44.  
  45. #
  46. # Actions
  47. #
  48. getkey
  49. clear
  50. if ($lastKey == key[f1]); then memdisk /images/ibmft.igz
  51. if ($lastKey == key[f2]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=uata100
  52. if ($lastKey == key[f3]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=amset
  53. if ($lastKey == key[f4]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=maxllf
  54. if ($lastKey == key[f5]); then memdisk /images/dlgudma.igz
  55. if ($lastKey == key[f6]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=atapwd
  56. if ($lastKey == key[f7]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=smartudm
  57. if ($lastKey == key[f8]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=atainf
  58. if ($lastKey == key[left]); then script hdd3.scn
  59. if ($lastKey == key[right]); then script hdd5.scn
  60. if ($lastKey == key[esc]); then script main.scn
  61. goto hdd4_menu
  62.  
  63.